forked from cloudposse/terraform-aws-eks-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
sync base with remote head #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anoopsingh
wants to merge
49
commits into
scalyr:master
Choose a base branch
from
cloudposse:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Migrate to ChatOps * update tests * do not remove go binary! * add docker target
* fix tests * rebuild readme * fix tests * fix tests * fix tests * fix tests
* use partition data source for arn formatting * use count * readme * typo Co-authored-by: Erik Osterman <[email protected]>
* Update tests to add rand attribute * fix checks * fix test * use randId variable
* Enable aws_eks_cluster encryption_config * make README * Added Cluster Encryption Config KMS Key Alias * Updated README.md * Update variables.tf * Update main.tf * Update outputs.tf * Update main.tf * Update main.tf * Update main.tf * Update outputs.tf * Updated README.md * Executed 'terraform fmt' Co-authored-by: Erik Osterman <[email protected]> Co-authored-by: actions-bot <[email protected]>
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
…rvice-linked role (#72)
* update subnet tags and use private subnets for worker * Executed 'terraform fmt' Co-authored-by: actions-bot <[email protected]>
* Convert to context.tf, allow AWS 3.0 provider * Executed 'terraform fmt' * Updated README.md * Put "cluster" after user-provided attributes * Restore incorrectly deleted parameter Co-authored-by: actions-bot <[email protected]>
* feat: add variable for loading k8s config file * Updated README.md * feat: add kubernetes_config_path variable * Updated README.md Co-authored-by: actions-bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nuru <[email protected]>
…ed, readme updated (#101)
Co-authored-by: cloudpossebot <[email protected]>
…ped to 0.13.0 when needed, readme updated (#102)
Co-authored-by: Renovate Bot <[email protected]>
* Fix typo in README.md * Auto Format * fix typo in readme * Auto Format Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
* chore: set hashicorp/kubernetes lower bound to 1.0 * Auto Format * bump to trigger actions Co-authored-by: cloudpossebot <[email protected]>
* Updates * Updates * Updates
…#115) * - Tags added to the OIDC provider - With hashicorp/terraform-provider-tls#62 sha1_fingerprint can be retrieved instead of hardcoding it (which isn't safe as not all regions have the same) * tls version set * Auto Format * Adding count to data source * Update main.tf Co-authored-by: Andriy Knysh <[email protected]> * Auto Format Co-authored-by: Matteo Migliaccio <[email protected]> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Andriy Knysh <[email protected]>
* allow the eks service role to be passed in instead of created Co-authored-by: Andriy Knysh <[email protected]> Co-authored-by: Ben Leibig <[email protected]> Co-authored-by: Ben Leibig <[email protected]> Co-authored-by: devslx <[email protected]>
* Update main.tf * Add eks_addons * Auto Format * Update type of eks_addons * Auto Format * Iterate over list(object) * Update variables.tf * Update main.tf * Auto Format * Add addons to test * Add addons to test * Add addons to test * Correct cluster name * Respect enabled * Update fixtures.us-east-2.tfvars * Set version to v1.9.0 * Update fixtures.us-east-2.tfvars Co-authored-by: cloudpossebot <[email protected]>
* chore(deps): update terraform cloudposse/label/null to v0.25.0 * Auto Format Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
* Add cluster-deny-log-group * Auto Format Co-authored-by: cloudpossebot <[email protected]>
* Use Security Group module * Use Security Group module * Use Security Group module * Use Security Group module * Use Security Group module * Use Security Group module * Use Security Group module * Use Security Group module
* Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Auto Format * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Udate Security Group * Update docs/migration-0.45.x+.md Co-authored-by: nitrocode <[email protected]> * Udate Security Group Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: nitrocode <[email protected]>
Co-authored-by: Matt Gowie <[email protected]> Co-authored-by: cloudpossebot <[email protected]>
* git-xargs programmatic commit * Add KMS key for cloudwatch logs (#152) * Add time limit for wait_for_cluster_command * Rename release to 2.x * Fix output description
* Update k8s auth API version for exec-auth
* Custom Ingress rules * Auto Format * Add Ingress rules * Auto Format * correct sg id Co-authored-by: cloudpossebot <[email protected]>
* Allow override of cluster attributes * Auto Format Co-authored-by: cloudpossebot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
what
why
references
closes #123, if this PR closes a GitHub issue#123